-
-
Notifications
You must be signed in to change notification settings - Fork 852
fix: docker #432
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: docker #432
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Caution Review failedThe pull request is closed. WalkthroughThe Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Possibly related PRs
Poem
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review by RecurseML
🔍 Review performed on 1be9c34..c0e47d6
✨ No bugs found, your code is sparkling clean
✅ Files analyzed, no issues (1)
• docker-compose.yml
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Description
fix: docker config of frontend.
Screenshots
API Changes
Change Type
Testing Performed
Checklist
High-level PR Summary
This PR fixes the Docker configuration for the frontend service by switching from using a pre-built container image (
ghcr.io/modsetter/surfsense_ui:latest) to building the frontend locally from the./surfsense_webdirectory. This change allows the frontend to be built with the local codebase rather than pulling a remote image.⏱️ Estimated Review Time: 5-15 minutes
💡 Review Order Suggestion
docker-compose.ymlSummary by CodeRabbit